home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13516 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Parallel processing code
  5. Date: Mon, 08 Apr 96 12:17:59 GMT
  6. Organization: none
  7. Message-ID: <828965879snz@genesis.demon.co.uk>
  8. References: <4k14s9$c7a@azure.acsu.buffalo.edu>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <4k14s9$c7a@azure.acsu.buffalo.edu>
  15.            chan@acsu.buffalo.edu "lipchen alex chan" writes:
  16.  
  17. >
  18. >Hi,
  19. >
  20. >I have access to a SparcServer 2000 with 12 processors.
  21. >I wish to change my program so that it can use more than
  22. >one processor at one time in order to speed up the execution
  23. >time. Suppose the major segment of execution time resides
  24. >in the code below:
  25.  
  26. The C language has no support for multi-processor systems so can't provide
  27. any reasonable answer to your question. You need to find out what
  28. multiprocessor support your particulsr system has. The best place to
  29. do that would be a Sun related newsgroup.
  30.  
  31. -- 
  32. -----------------------------------------
  33. Lawrence Kirby | fred@genesis.demon.co.uk
  34. Wilts, England | 70734.126@compuserve.com
  35. -----------------------------------------
  36.